home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global sblist
- repeat with xxx = 1 to 10
- addbug()
- end repeat
- repeat with xxx in sblist
- set thang to getbugtype(xxx)
- if (thang > 6) and (thang < 11) then
- setbugx(xxx, random(440) + 200)
- next repeat
- end if
- setbugxy(xxx, 200 + random(440), random(480))
- end repeat
- animateall()
- end
-